home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.igs.net!usenet
- From: dlanctot@blvl.igs.net (Daniel Lanctot)
- Newsgroups: comp.lang.c++
- Subject: HELP Student C++ menu system
- Date: 1 Feb 1996 21:56:40 GMT
- Organization: IGS - Information Gateway Services
- Message-ID: <4ercuo$15a@nntp.igs.net>
- NNTP-Posting-Host: ppp3.blvl.igs.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.6
-
- Hi I am a new student at C++ and would like to know how to implament a menu
- system using the mouse and cursor keys for ex:
-
- Main Menu
-
- 1. stufff
- 2. More stuff
-
- Choice:
-
- how can i use the up or down cursor. I know how to do it with getch() using
- the numbers, but I would like to also use the mouse. Any help in the write
- direction would be greatly appreciated
-
-